home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / me_cd.zip / ME_CD.MSG < prev    next >
Internet Message Format  |  1988-11-30  |  3KB

  1. From: hp-pcd!hpcvlx!craig@nyu.edu (Craig Durland)
  2. Newsgroups: comp.binaries.ibm.pc
  3. Subject: v01i031: me, a small, programmable editor
  4. Date: 28 Nov 88 00:55:26 GMT
  5. Summary: me_cd.arc, a small, programmable editor
  6. Approved: dhesi@bsu-cs.UUCP
  7.  
  8. Posting-number: Volume 01 Issue 031
  9. Originally-from: Craig Durland <hp-pcd!hpcvlx!craig@nyu.edu>
  10. Submitted-by: Craig Durland <hp-pcd!hpcvlx!craig@nyu.edu>
  11. Archive-name: me_cd
  12.  
  13. [ ME is written by the submitter, Craig Durland.  To avoid possible
  14. confusion with Micro-Emacs, I have renamed the archive and its various
  15. parts to me_cd after the author's initials. -- R.D. ]
  16.  
  17. ME is a small, extendable Emacs-like editor that runs on IBM PCs, XTs
  18. and ATs.  Standalone, ME is pretty mundane - you need to customize it
  19. to make full use of it.  A compiled language is provided for this as
  20. well as lots of example programs:  a C mode, paren matching, a visual
  21. towers of hanoi, incremental searching, programmer's calculator, mark
  22. rings, picture mode (from GNU Emacs), gomoku (from GNU Emacs) and lots
  23. more.
  24.  
  25. Craig Durland    craig@hp-pcd
  26.  
  27. [
  28. This editor is highly flexible.  A Lisp-like reasonably structured
  29. command language is used to create small procedures that are then bound
  30. to a key or key combination of your choice;  when you hit those keys,
  31. the procedure gets executed.  In effect you are using an editing engine
  32. that you can program as you wish.  This package includes a large number
  33. of such procedures already created for you.  The command language is
  34. compiled into pseudo-code that is then interpreted by the editor.  This
  35. pseudo-code is machine-independent, so any implementation of ME on any
  36. system should be able to use the procedures you write.  The screen can
  37. be vertically split into multiple windows (I didn't try to see how
  38. many).  It seems that WordStar-like two-key sequences are possible,
  39. because up to four prefix keys can be used.  I did not investigate this
  40. in detail.
  41.  
  42. ME seems to be limited to editing files that fit in memory.  Cursor
  43. movement had some surprises, though that probably reflects my own
  44. bias.
  45.  
  46. Despite its "free" status, ME is a professionally-done product.
  47. Although the documentation is somewhat fragmented, enough information
  48. seems to be there to allow you to tap the full power of the editor.
  49.  
  50. ME comes in more than one version.  The one included here (in the file
  51. MEPC.EXE) is suitable only for systems that aren't troubled by the
  52. infamous Snow produced by IBM's earlier graphics video display
  53. hardware.
  54.  
  55. (No version number;  the executable is dated 5 Sept 1988.)
  56.  
  57. -- R.D.
  58. ]
  59.